C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDetailRow<TItem> Class
Members

GridDetailRow<TItem> Class
Row that shows the details of the previous row.
Object Model
GridDetailRow<TItem> Class
Syntax
'Declaration
 
Public Class GridDetailRow(Of TItem As Class) 
   Inherits GridRow
 
Type Parameters
TItem
Inheritance Hierarchy

System.Object
   C1.WPF.Grid.GridRowCol
      C1.WPF.Grid.GridRow
         C1.WPF.Grid.GridDetailRow<TItem>

See Also